home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Transportation
/
InventorLabs - Transportation.iso
/
pc
/
builders
/
media
/
netacess
/
hminet.dir
/
00023_Script_23
< prev
next >
Wrap
Text File
|
1997-04-04
|
287b
|
15 lines
on exitFrame
global WebBrowser
if the machineType = 256 then
if WebBrowser(mIsBrowserRunning) <> 0 then
go frame the frame
end if
else
set AOLStat = Browser("AOLOnline")
if AOLStat = 0 then
go frame the frame
end if
end if
end